Click or drag to resize

ResourceUpload Method (String, Stream, ContentRange)

Uploads a data from stream a resource with the specified URI.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public void Upload(
	string address,
	Stream stream,
	ContentRange contentRange
)

Parameters

address
Type: SystemString
The URI of the resource to receive the data.
stream
Type: System.IOStream
The input stream.
contentRange
Type: Independentsoft.WebdavContentRange
The content range.
See Also